home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / Kubuntu 8.10 / kubuntu-8.10-desktop-i386.iso / casper / filesystem.squashfs / etc / openoffice / soffice.sh < prev    next >
Text File  |  2008-10-15  |  795b  |  22 lines

  1. # configuration file to set up some environment variables for OOo
  2.  
  3. # File locking; possible values are:
  4. # - yes:  enable file locking unconditionally
  5. # - no:   disable file locking
  6. # - auto: enable file locking, when the document is found on a nfs share
  7. # If the environment variable SAL_ENABLE_FILE_LOCKING is set,
  8. # the setting if ENABLE_FILE_LOCKING has no effect.
  9.  
  10. FILE_LOCKING=auto
  11.  
  12. # OpenGL support; may cause trouble with the restricted nvidia and fglrx
  13. # drivers; possible values are:
  14. # - yes:  enable OpenGL support unconditionally
  15. # - no:   disable OpenGL support.
  16. # - auto: only enable OpenGL support, if not running with the restricted
  17. #   nvidia and fglrx drivers.
  18. # If the environment variable SAL_NOOPENGL is set,
  19. # the setting if OPENGL_SUPPORT has no effect.
  20.  
  21. OPENGL_SUPPORT=no
  22.